{if $clubid > 0}
{else}
{/if}
{if $clubid > 0}
{$this->lang[$res.c_category]}{if !empty($res.c_subcategory)}• {$this->lang[$res.c_subcategory]}{/if}
{else}
{$this->getUserAge($res.ubirthday)} {$this->lang['years_old']},
{/if}
{$this->addedConv($res.added)}
{if $res.userid !== $this->USER['id']}
{if $this->checkInBookmarks($res.id,'post')}
{else}
{/if}
{/if}
{if $res.userid == $this->USER['id']}
{else}
{/if}
{if $res['type'] == 'song'}
{$this->generatePostContent("[postSong]{$res['text']}[/postSong]","tracks",0,$clubid)}
{else if $res.type == 'bgcolor'}
{$this->generatePostContent($res.text,'bgcolor',0,$clubid)}
{else}
{$this->generatePostContent($res['text'],'tagged_people',0,$clubid)}
{$this->generatePostContent($res['text'],'places',0,$clubid)}
{$this->generatePostContent($res['text'],'text',0,$clubid)}
{$this->generatePostContent($res['text'],'videos',0,$clubid)}
{$this->generatePostContent($res['text'],'photos',0,$clubid)}
{$this->generatePostContent($res['text'],'links',0,$clubid)}
{$this->generatePostContent($res['text'],'tracks',0,$clubid)}
{$this->generatePostContent($res['text'],'poll',0,$clubid)}
{/if}
{assign var=item_type value="post"}
{assign var=itemid value={$res.id}}
{assign var=kl_eu value=$this->cntSharedByMe($res.id)}
{assign var=wd_comm_count value=$this->getCommentsCount($res.id,'post')}
{assign var=kl_count value=$this->getLikesCount($res.id,'post')}
{assign var=wd_comm_data value=''}
{assign var=wd_comm_href value=''}
{assign var=comment_sticky value=1}
{include file="{$this->theme_dir}/feed/widget-list.html"}